Maintainer: Matteo F. Vescovi <mfv.debian@gmail.com>
Build-Depends: autotools-dev,
cdbs,
- debhelper (>= 8)
+ debhelper (>= 8),
+ gobject-introspection,
+ libgirepository1.0-dev,
+ pkg-config
Standards-Version: 3.9.2
Homepage: http://gegl.org/babl
Vcs-Git: git://git.debian.org/git/collab-maint/babl.git
also facilitates creation of new and uncommon ones.
.
This package contains the debugging symbols.
+
+Package: gir1.2-babl-0.1
+Section: introspection
+Architecture: any
+Depends: libbabl-0.1-0 (= ${binary:Version}),
+ ${misc:Depends},
+ ${gir:Depends}
+Description: GObject introspection data for Babl library
+ Babl is a dynamic, any to any, pixel format conversion library. It
+ provides conversions between the myriad of buffer types images can be
+ stored in. Babl doesn't only help with existing pixel formats, but
+ also facilitates creation of new and uncommon ones.
+ .
+ This package can be used by other packages using the GIRepository format
+ to generate dynamic bindings.